home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000036_amos-request@svcs1.digex.net_Fri Apr 7 18:53:10 1995.msg < prev    next >
Internet Message Format  |  1995-05-01  |  2KB

  1. Received: from svcs1.digex.net by nfs1.digex.net with SMTP id AA09819
  2.   (5.67b8/IDA-1.5); Fri, 7 Apr 1995 18:53:06 -0400
  3. Received: by svcs1.digex.net id AA00234
  4.   (5.67b8/IDA-1.5 for amos-out); Fri, 7 Apr 1995 15:07:33 -0400
  5. Received: from nfs2.digex.net by svcs1.digex.net with SMTP id AA00230
  6.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Fri, 7 Apr 1995 15:07:31 -0400
  7. Received: from vortex.netbistro.com by nfs2.digex.net with SMTP id AA10898
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Fri, 7 Apr 1995 15:07:30 -0400
  9. Received: by vortex.netbistro.com (Smail3.1.29.1 #11)
  10.     id m0rxJNL-000LTXC; Fri, 7 Apr 95 12:07 WET DST
  11. Date: Fri, 7 Apr 1995 12:07:06 -0700 (PDT)
  12. From: Gau <gau@vortex.netbistro.com>
  13. To: michalow@freenet.calgary.ab.ca
  14. Cc: amos-list@access.digex.net
  15. Subject: Re: Help me I'm stuck.
  16. In-Reply-To: <9504070638.AA70772@freenet.calgary.ab.ca>
  17. Message-Id: <Pine.BSD.3.91.950407120548.4020A-100000@vortex.netbistro.com>
  18. Mime-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. Status: O
  21. X-Status: 
  22.  
  23. On Fri, 7 Apr 1995 michalow@freenet.calgary.ab.ca wrote:
  24.  
  25. > I've just started prigramming in Amos.
  26. > I can't figiure out how to make amos time something.
  27. > For example i will type a sentece and it will tell me how long it took for me
  28. > to type it. I have tried the timer command, but it doesn't seem to be working
  29. > right. I have to put it in loop for it to time anything, but then I can't input
  30. > anything.  I'm using amos 1.36. Can anyone help me please.
  31.  
  32. To use AMOS's Timer command:
  33.  
  34.     OLDTIME=Timer
  35.     --- Something that takes time ---
  36.     NEWTIME=Timer
  37.     TIMEITTOOK=NEWTIME-OLDTIME
  38.  
  39. ========================================================================
  40. Gau of the Veldt
  41.  
  42.   "Draped in monster hides, eyes shining with intelligence.
  43.    A youth surviving against all odds..."
  44.  
  45. =====Internet: gau@vortex.netbistro.com=================================
  46.  
  47.  
  48.